/* 内页 */
.inside-page {
  padding: 80px 0 40px 0;
}
.inside-page .page {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.inside-page .left {
  width: 21%;
  position: relative;
  z-index: 2;
}
.inside-page .left .tit {
  padding: 30px 0;
  text-align: center;
  background-color: #17438c;
}
.inside-page .left .tit p {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
}
.inside-page .left .tit span {
  font-size: 15px;
  text-transform: uppercase;
  color: #eee;
  margin-top: 8px;
}
.inside-page .left .sort-nav {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 12px 12px 0px 0px;
  padding-bottom: 20px;
}
.inside-page .left .sort-nav .tit {
  border-radius: 12px 12px 0px 0px;
  margin-bottom: 20px;
}
.inside-page .left .sort-nav * {
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav > ul > li {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.inside-page .left .sort-nav > ul > li > a {
  background: #f5f5f5;
  padding: 15px 0px;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 48px;
}
.inside-page .left .sort-nav > ul > li > a::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent #17438c;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav > ul > li .erji {
  position: absolute;
  left: 130%;
  top: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  width: 80%;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  background-color: #fff;
}
.inside-page .left .sort-nav > ul > li .erji > li {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}
.inside-page .left .sort-nav > ul > li .erji > li:last-child {
  border-bottom: none;
}
.inside-page .left .sort-nav > ul > li .erji > li a {
  padding: 15px 20px;
  color: #666;
  font-size: 16px;
  position: relative;
  padding-left: 48px;
}
.inside-page .left .sort-nav > ul > li .erji > li a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav > ul > li .erji > li:hover > a {
  color: #17438c;
}
.inside-page .left .sort-nav > ul > li .erji > li:hover > a::before {
  background-color: #17438c;
}
.inside-page .left .sort-nav > ul > li:hover > a {
  background-color: #17438c;
  color: #fff;
}
.inside-page .left .sort-nav > ul > li:hover > a::before {
  border-color: transparent transparent transparent #fff;
}
.inside-page .left .sort-nav > ul > li:hover .erji {
  visibility: visible;
  left: 100%;
  opacity: 1;
  z-index: 99;
  transition: all 0.3s linear;
}
.inside-page .left .sort-nav > ul > li .on {
  background-color: #17438c;
  color: #fff;
}
.inside-page .left .sort-nav > ul > li .on::before {
  border-color: transparent transparent transparent #fff;
}
.inside-page .left .com-info {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.inside-page .left .com-info li {
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  color: #444;
}
.inside-page .left .com-info li img {
  width: 100%;
  margin: 20px 0 5px 0 ;
}
.inside-page .left .com-info .yx {
  white-space: nowrap;
}
.inside-page .right {
  width: 76%;
  position: relative;
  z-index: 1;
}
.position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.position h2 {
  font-size: 25px;
  font-weight: bold;
  color: #111;
  padding-left: 30px;
  color: #17438c;
  border-left: 6px solid #17438c;
}
.position .d-text {
  display: flex;
  white-space: nowrap;
  font-size: 15px;
}
.position .d-text .iconfont {
  font-size: 20px;
  color: #17438c;
  margin-right: 5px;
}
.position .d-text p {
  color: #4d4d4d;
}
.position .d-text a {
  display: inline;
  color: #333;
}
.position .d-text a:hover {
  color: #17438c;
}
.pag-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 22px 0;
}
.pag-bar .page-status,
.pag-bar a {
  color: #333;
  background: #f1f1f1;
  padding: 8px 15px;
  margin: 0px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.pag-bar span {
  margin-top: 10px !important;
}
.pag-bar .page-numbar {
  display: flex;
}
.pag-bar a:hover {
  background-color: #17438c;
  color: #fff;
}
.pag-bar .page-num-current {
  background-color: #17438c;
  color: #fff;
}
.pag-bar .page-none {
  text-indent: -10000px;
}
.honor-list {
  display: flex;
  flex-wrap: wrap;
}
.honor-list li {
  background: #e8e8e8;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 2% 2% 0;
  transition: all 0.2s linear;
}
.honor-list li:nth-child(4n) {
  margin-right: 0;
}
.honor-list li img {
  height: 146px;
  margin: 0 auto;
}
.honor-list li p {
  width: 94%;
  margin: auto;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
.honor-list li:hover {
  background-color: #17438c;
  transition: all 0.2s linear;
}
.honor-list li:hover p {
  color: #fff;
}
.inside-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.inside-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.inside-list li:nth-child(3n) {
  margin-right: 0;
}
.inside-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.inside-list li .pic img {
  width: 100%;
  transition: all 0.3s linear;
}
.inside-list li .pic img:hover {
  transform: scale(1.1);
  transition: all 0.3s linear;
}
.inside-list li p {
  line-height: 45px;
  font-size: 15px;
  color: #666;
  text-align: center;
  transition: all 0.2s linear;
}
.inside-list li:hover {
  transition: all 0.2s linear;
}
.inside-list li:hover p {
  color: #fff;
  transition: all 0.2s linear;
  background-color: #17438c;
}
.ptn-list {
  margin-top: 13px;
  width: 100%;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}
.ptn-list li {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.2s linear;
}
.ptn-list li:nth-child(5n) {
  margin-right: 0;
}
.ptn-list li .pic {
  width: 100%;
  border: 1px solid #eee;
  overflow: hidden;
}
.ptn-list li .pic img {
  width: 100%;
}
.case-row .title2 h2 {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
  color: #17438c;
}
.case-row .title2 ul {
  display: flex;
  padding: 10px 0px;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-top: 15px;
}
.case-row .title2 ul li {
  font-size: 14px;
  margin-right: 25px;
  color: #666;
  white-space: nowrap;
}
.case-row .title2 ul li:last-child {
  margin-right: 0;
}
.case-row .title2 ul li .iconfont {
  font-size: 14px;
  color: #666;
}
.case-row .preNext {
  padding-top: 15px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-row .preNext a {
  font-size: 15px;
  color: #333;
}
.pro-detail {
  width: 100%;
}
.pro-detail img {
  max-width: none;
}
.pro-detail .row {
  display: flex;
  padding: 10px 0;
}
.pro-detail .row img {
  max-width: 100%;
}
.pro-detail .row .pro-pics {
  width: 470px;
  margin-right: 50px;
}
.pro-detail .row .pro-pics img {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.pro-detail .row .description {
  flex: 1;
  position: relative;
  padding-bottom: 95px;
}
.pro-detail .row .description .det-l h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
  color: #333;
}
.pro-detail .row .description .det-l ul {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.pro-detail .row .description .det-l ul li {
  font-size: 14px;
  color: #777;
  margin-right: 20px;
}
.pro-detail .row .description .det-l ul li i {
  font-size: 14px;
  color: #777;
}
.pro-detail .row .description .det-l .describe {
  margin: 20px 0;
  color: #666;
  line-height: 2;
}
.pro-detail .row .description .det-l .describe img {
  display: inline-block;
}
.pro-detail .row .description .det-l .describe .cont {
  display: flex;
}
.pro-detail .row .description .det-l .describe .cont .code {
  margin-right: 30px;
  border: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .code img {
  width: 130px;
  display: block;
  margin: 3px;
}
.pro-detail .row .description .det-l .describe .cont .code em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #e2e2e2;
}
.pro-detail .row .description .det-l .describe .cont .phone {
  display: flex;
  flex-direction: column;
}
.pro-detail .row .description .det-l .describe .cont .phone .text {
  margin: auto 0;
}
.pro-detail .row .description .det-l .describe .cont .phone .text p {
  font-size: 14px;
  color: #666;
}
.pro-detail .row .description .det-l .describe .cont .phone .text span {
  font-size: 26px;
  color: #17438c;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.pro-detail .row .description .det-l .describe .cont .btn {
  display: flex;
  margin: auto 0 0;
}
.pro-detail .row .description .det-l .describe .cont .btn a {
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #17438c;
  margin-right: 10px;
  font-size: 14px;
}
.pro-detail .row .description .det-l .describe .cont .btn a:first-child {
  background-color: #333;
}
.pro-detail .row .description .pic-tabs {
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pro-detail .row .description .pic-tabs .pro-tp {
  width: 410px;
  margin: 0;
  position: relative;
}
.pro-detail .row .description .pic-tabs .pro-tp ul li {
  border: 1px solid #ccc;
  width: 100px;
}
.pro-detail .row .description .pic-tabs .pro-tp .my-slide-thumb-active {
  border-color: #17438c;
}
.pro-detail .row .description .pic-tabs .swiper-next,
.pro-detail .row .description .pic-tabs .swiper-prev {
  display: block !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 11;
}
.pro-detail .row .description .pic-tabs .swiper-next:hover,
.pro-detail .row .description .pic-tabs .swiper-prev:hover {
  background-color: #17438c;
}
.pro-detail .row .description .pic-tabs .swiper-next:focus,
.pro-detail .row .description .pic-tabs .swiper-prev:focus {
  outline: none;
}
.pro-detail .row .description .pic-tabs .swiper-prev {
  left: 0px;
  padding-right: 2px;
}
.pro-detail .row .description .pic-tabs .swiper-next {
  left: 460px;
  padding-left: 2px;
}
.pro-detail .details {
  margin-top: 40px;
}
.pro-detail .details .del-tab {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 25px;
}
.pro-detail .details .del-tab li {
  padding: 10px 25px;
  background-color: #ccc;
  color: #fff;
  margin-right: 15px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.pro-detail .details .del-tab .on {
  background-color: #17438c;
}
.pro-detail .details .del-con {
  min-height: 250px;
}
.pro-detail .details .del-con * {
  font-size: 16px;
  color: #333;
  line-height: 1.875;
}
.pro-detail .details .del-con li {
  display: none;
}
.pro-detail .details .del-con li .com-pro {
  display: flex;
  flex-wrap: wrap;
}
.pro-detail .details .del-con li .com-pro a {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.pro-detail .details .del-con li .com-pro a:nth-child(4n) {
  margin-right: 0;
}
.pro-detail .details .del-con li .com-pro a img {
  max-width: 100%;
  border: 1px solid #e2e2e2;
}
.pro-detail .details .del-con li .com-pro a p {
  text-align: center;
  line-height: 40px;
}
.pro-detail .details .del-con .open {
  display: block;
}
/* 新闻 */
.newslist .newstab {
  display: flex;
  width: 90%;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  overflow: hidden;
}
.newslist .newstab * {
  transition: all 0.3s linear;
}
.newslist .newstab li {
  flex: 1;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e2e2e2;
}
.newslist .newstab li:last-child {
  border: none;
}
.newslist .newstab li:hover {
  background-color: #17438c;
}
.newslist .newstab li:hover a {
  color: #fff;
}
.newslist .newstab .on {
  background-color: #17438c;
}
.newslist .newstab .on a {
  color: #fff;
}
.new-list {
  width: 100%;
}
.new-list li {
  padding: 2%;
  background-color: #f5f5f5;
  margin-top: 22px;
  position: relative;
}
.new-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-list li img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  margin-right: 2%;
}
.new-list li .text {
  flex: 1;
}
.new-list li .text p {
  font-size: 24px;
  color: #111;
  padding-bottom: 18px;
  position: relative;
}
.new-list li .text p::after {
  content: '';
  width: 45px;
  height: 2px;
  background-color: #bbbbbb;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s linear;
}
.new-list li .text span {
  display: block;
  margin-top: 15px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.new-list li .text .more {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #17438c;
  font-size: 14px;
  margin-top: 20px;
  border: 1px solid;
}
.new-list li .date {
  position: absolute;
  right: 30px;
  top: 50px;
}
.new-list li .date p {
  color: #888;
}
.new-list li * {
  transition: all 0.3s linear;
}
.new-list li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.new-list li:hover * {
  transition: all 0.3s linear;
}
.new-list li:hover p {
  color: #17438c;
}
.new-list li:hover p::after {
  width: 60px;
  background-color: #17438c;
  transition: all 0.3s linear;
}
.new-list li:hover span {
  color: #666;
}
.new-list li:hover .more {
  background-color: #fff;
  border: 1px solid #17438c;
  color: #17438c;
}
.news-row {
  width: 100%;
  padding: 0 10px;
  text-align: justify;
}
.news-row .news-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.news-row .news-data {
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news-row .news-data li {
  margin-right: 15px;
  padding-right: 15px;
  line-height: 15px;
  color: #777;
  border-right: 1px dashed #ccc;
}
.news-row .news-data li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-row .news-content {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-indent: 2rem;
}
.news-row .news-content p {
  color: #666;
}
.news-row .news-next {
  font-size: 16px;
  color: #333;
  margin: 20px 0;
  line-height: 30px;
}
.news-row .news-next p {
  display: flex;
}
.news-row .news-next p a {
  color: #666;
}
/* 留言 */
.ht-liuyan {
  margin-top: 30px;
}
.ht-liuyan .form-group {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.ht-liuyan .form-group .form-item {
  width: 50%;
}
.ht-liuyan label {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.ht-liuyan input {
  width: 80%;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .yzm input {
  width: 50%;
  margin-right: 20px;
  border-radius: 1px;
}
.ht-liuyan .yzm .box {
  display: flex;
  align-items: center;
}
.ht-liuyan .yzm img {
  display: inline-block;
}
.ht-liuyan .neirong {
  margin-top: 20px;
}
.ht-liuyan .neirong textarea {
  width: 90%;
  height: 10rem;
  line-height: 2.5rem;
  padding-left: 5px;
}
.ht-liuyan .form-btn {
  display: flex;
  margin-top: 20px;
}
.ht-liuyan .form-btn input {
  width: 100px;
  line-height: 38px;
  background: #666;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-right: 30px;
}
.ht-liuyan .form-btn input:first-child {
  background-color: #17438c;
}
/* 其他 */
.page-num-w {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0 10px 0;
}
.page-num-w a {
  border: 1px solid #eee;
  height: 34px;
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 0 20px;
  border-radius: 17px;
}
.page-num-current {
  background-color: #17438c;
  border-color: #17438c;
  color: #fff;
}
.page-num-current:hover {
  color: #fff;
}
/* 联系我们 */
.contact-us {
  margin-bottom: 20px;
  justify-content: space-between;
  padding-left: 30px;
}
.contact-us * {
  text-indent: 0;
}
.contact-us .tit {
  width: 253px;
  margin-right: 4%;
}
.contact-us .tit h4 {
  font-size: 53px;
  color: #17438c;
  line-height: 76px;
  margin-bottom: 25px;
  font-weight: normal;
}
.contact-us .tit p {
  font-size: 36px;
  line-height: 36px;
  font-weight: lighter;
  position: relative;
  padding-bottom: 40px;
}
.contact-us .tit p::after {
  content: '';
  width: 40px;
  height: 3px;
  background-color: #17438c;
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact-us .text {
  background-color: #f5f5f5;
  padding: 50px;
  position: relative;
}
.contact-us .text p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us .text img {
  position: absolute;
  top: 50px;
  right: 50px;
}
.contact-us .info {
  flex: 1;
  background-color: #f5f5f5;
  padding: 50px;
  padding-top: 0;
}
.contact-us .info p {
  font-size: 17px;
  color: #777;
  line-height: 40px;
}
.contact-us h5 {
  width: 211px;
  height: 45px;
  background: #17438c;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  margin-left: -80px;
  margin-bottom: 30px;
}
